github.com/andybalholm/brotli.distanceParams.max_distance (field)
7 uses
github.com/andybalholm/brotli (current package)
backward_references.go#L77: hasher.FindLongestMatch(¶ms.dictionary, ringbuffer, ringbuffer_mask, dist_cache, position, max_length, max_distance, gap, params.dist.max_distance, sr)
backward_references.go#L93: hasher.FindLongestMatch(¶ms.dictionary, ringbuffer, ringbuffer_mask, dist_cache, position+1, max_length, max_distance, gap, params.dist.max_distance, sr2)
encode.go#L607: params.dist.max_distance = maxDistance
h10.go#L215: if distance <= params.dist.max_distance {
metablock.go#L87: dist_params.max_distance = uint(max_distance)
metablock.go#L122: if distance > uint32(new_params.max_distance) {
params.go#L22: max_distance uint
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |